| lcBlockAddTextWin2 | Home |
|
HANDLE lcBlockAddTextWin2 ( HANDLE hBlock, LPCWSTR szText, double X, double Y int Align, double Height, double WScale, double RotAngle, double Oblique ); |
| hBlock | |
| Handle to a block. | |
| szText | |
| Text string. It can contain formatting codes which allow to add specific characters. | |
| X Y | |
| Coordinates of the Text insertion point. | |
| Align | |
| Text alignment relative to the insertion point. | |
| Height | |
| Text height, in drawing units. | |
| WScale | |
| Text width factor (horizontal scale). | |
| RotAngle | |
| Rotation angle. | |
| Oblique | |
| Oblique angle for text characters. | |
| Handle to created text object or NULL if the function fails. |
| If zero is specified for parameters Height, WScale or Oblique, then text style values will be used for this text object. |
| lcBlockAddTextWin, Text style, Code sample |